C++ Protection dll readme
=========================

This example shows the implementation of the protection
dll in C++.

This example let's Updater sleep for 3 seconds, and then returns
true, which means that a valid license is installed.

You can customize the CheckLicense function to implement your
custom license check.